SOURCE = main.cpp 
LIBS = ../../../redist/libcastle.so.1.0.0

all:
	g++ $(SOURCE) $(LIBS) -o gettokeninfo
clean:
	rm gettokeninfo
